-- Installation Guide --
1. Install XAMPP

2. Start Apache and MySQL in XAMPP

3. Unzip tutorwebsite.zip in
C:\xampp\htdocs\
(or wherever you installed XAMPP)

3. Open http://localhost/phpmyadmin on browser.

4. Create new database called "tutoring"
5. Click import and import tutoring.sql and run it.

6. Now type:
http://localhost/tutor_website/

Into your browser.

7. Go into 
C:\tutor_website\createAdmin.php
Edit it with notepad
Put an email, password, and username in the corresponding areas.

8.
Then type:
http://localhost/tutor_website/createAdmin.php
This will create your account and add it to the database.
In a real scenario, delete this file after.
The password is hashed in the database, not stored as plain text.

OR
user: admin
pass: 123
*Only for testing purposes, delete this account when making the website live*

9.
Log in through the website via the main page, use the email and password you chose.
Now you have admin access to every student in the database.